Skip to content

Commit

Permalink
fix(ci): checkout repo to get the hash of rust-toolchain.toml file (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin Nowak-Liebiediew authored Aug 15, 2023
1 parent a31765c commit 1c911e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ jobs:
matrix:
name: [ 'x86_64-darwin', 'x86_64-linux' ]
steps:
- uses: actions/checkout@v3

- name: Setup environment variables
run: echo "VERSION=$GITHUB_REF_NAME" >> $GITHUB_ENV

Expand Down

0 comments on commit 1c911e7

Please sign in to comment.