Skip to content

Commit

Permalink
Merge pull request #18 from EESSI/ocaisa-patch-1
Browse files Browse the repository at this point in the history
Fix sha in tag CI
  • Loading branch information
ocaisa authored Dec 7, 2022
2 parents 9f448ad + 2bac267 commit 58b50fd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create_tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
tag: v0.1.0
- run: |
# Make sure the tagger is what we expect
echo "efe6d66750425757e599e586b995a19868e0f6b87428c872abce541df423f9d1 tagger.linux"|sha256sum --check --status
echo "efe6d66750425757e599e586b995a19868e0f6b87428c872abce541df423f9d2 tagger.linux"|sha256sum --check --status
- run: |
chmod +x $GITHUB_WORKSPACE/tagger.linux
$GITHUB_WORKSPACE/tagger.linux move -s -p 'v' ${RELEASE_TAG##*/}
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: macOS-placeholder
on: [push, pull_request]
on:
push:
branches:
- main
pull_request:
branches:
- main
# Declare default permissions as read only.
permissions: read-all
jobs:
Expand Down

0 comments on commit 58b50fd

Please sign in to comment.