Skip to content

Commit

Permalink
switch VAULTPAL_COMMIT and VAULTAL_VERSION (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
tillkuhn authored Aug 29, 2023
1 parent 57ab3b5 commit 66ed405
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
-
name: Set Variables used in .goreleaser.yml for ldflags
run: |
echo "VAULTPAL_VERSION=$(git rev-parse --short "$GITHUB_SHA")" >> $GITHUB_ENV
echo "VAULTPAL_COMMIT=$(echo ${GITHUB_REF#refs/heads/})" >> "$GITHUB_ENV"
echo "VAULTPAL_COMMIT=$(git rev-parse --short "$GITHUB_SHA")" >> $GITHUB_ENV
echo "VAULTPAL_VERSION=$(echo ${GITHUB_REF#refs/heads/})" >> "$GITHUB_ENV"
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
Expand Down

0 comments on commit 66ed405

Please sign in to comment.