Skip to content

Commit 9f448ad

Browse files
authored
Urgh, edited wrong line
1 parent 490d291 commit 9f448ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/create_tags.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
permissions:
1212
contents: write
1313
steps:
14-
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc7 # v3.1.0
14+
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
1515
with:
1616
fetch-depth: '0'
1717
- uses: robinraju/release-downloader@d6de084c58345d09b017e22701dbcf26977cfd14 # v1.6
@@ -21,7 +21,7 @@ jobs:
2121
tag: v0.1.0
2222
- run: |
2323
# Make sure the tagger is what we expect
24-
echo "efe6d66750425757e599e586b995a19868e0f6b87428c872abce541df423f9d2 tagger.linux"|sha256sum --check --status
24+
echo "efe6d66750425757e599e586b995a19868e0f6b87428c872abce541df423f9d1 tagger.linux"|sha256sum --check --status
2525
- run: |
2626
chmod +x $GITHUB_WORKSPACE/tagger.linux
2727
$GITHUB_WORKSPACE/tagger.linux move -s -p 'v' ${RELEASE_TAG##*/}

0 commit comments

Comments
 (0)