Skip to content

Commit

Permalink
ci: fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
ifurther authored Jan 13, 2024
1 parent 8397f80 commit a485d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
- name: Run build ${{ matrix.BUILDER }} ${{ matrix.ARCH }} and push box to vagrant cloud
env:
ATLAS_TOKEN: ${{ secrets.ATLAS_TOKEN }}
run: make VERSION=${{ github.ref }} BUILDER=${{ matrix.BUILDER }} packer-build
run: make VERSION=${GITHUB_REF#refs/heads/nixos-} BUILDER=${{ matrix.BUILDER }} packer-build

0 comments on commit a485d35

Please sign in to comment.