Skip to content

Commit 9f94c26

Browse files
authored
Remove hardcoded tags. (#3250)
Tags were harcoded during testing and not returned to their previous state.
1 parent 16b0c3a commit 9f94c26

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/no-response_publish.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Checkout
2323
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
2424
with:
25-
ref: 'no-response-v0.5.1'
25+
ref: ${{ github.event.release.tag_name }}
2626
sparse-checkout: 'gh_actions/third_party/no-response'
2727
sparse-checkout-cone-mode: false
2828
- name: move_package_to_root
@@ -38,5 +38,3 @@ jobs:
3838
- uses: JasonEtco/build-and-tag-action@dd5e4991048c325f6d85b4155e586fc211c644da
3939
env:
4040
GITHUB_TOKEN: ${{ secrets.FLUTTERGITHUBBOT_TOKEN }}
41-
with:
42-
tag_name: 'no-response-v0.5.1'

0 commit comments

Comments
 (0)