Skip to content

Commit

Permalink
Use github.ref_name for checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmack committed Mar 25, 2024
1 parent 854fddf commit d852c49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/upload-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.ref_name }}

- name: Install Nix with good defaults
uses: input-output-hk/install-nix-action@v20
Expand Down

0 comments on commit d852c49

Please sign in to comment.