Skip to content

Commit

Permalink
Merge pull request #50 from axone-protocol/ci/some-fixes
Browse files Browse the repository at this point in the history
ci(workflow): add missing checkout step to set-env job
  • Loading branch information
ccamel authored Nov 13, 2024
2 parents d4e3ffe + 1410a02 commit b13a4b9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/notify-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
tag: ${{ steps.set-env.outputs.tag }}
repo_name: ${{ steps.set-env.outputs.repo_name }}
steps:
- name: Check out repository
uses: actions/checkout@v4

- name: Expose tag and repo_name
id: set-env
run: |
Expand Down

0 comments on commit b13a4b9

Please sign in to comment.