We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16b0c3a commit 9f94c26Copy full SHA for 9f94c26
.github/workflows/no-response_publish.yaml
@@ -22,7 +22,7 @@ jobs:
22
- name: Checkout
23
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
24
with:
25
- ref: 'no-response-v0.5.1'
+ ref: ${{ github.event.release.tag_name }}
26
sparse-checkout: 'gh_actions/third_party/no-response'
27
sparse-checkout-cone-mode: false
28
- name: move_package_to_root
@@ -38,5 +38,3 @@ jobs:
38
- uses: JasonEtco/build-and-tag-action@dd5e4991048c325f6d85b4155e586fc211c644da
39
env:
40
GITHUB_TOKEN: ${{ secrets.FLUTTERGITHUBBOT_TOKEN }}
41
- with:
42
- tag_name: 'no-response-v0.5.1'
0 commit comments