Skip to content

Commit

Permalink
gh actions is just screwing with me now
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnewhall committed May 29, 2024
1 parent 0843234 commit 5d01435
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,8 @@ jobs:
sudo gem install --no-document fpm
echo "${GPG_SIGNING_KEY}" | gpg --import -
make release
source settings.sh
echo "version=${VERSION}" >> $GITHUB_OUTPUT
echo "revision=${ITERATION}" >> $GITHUB_OUTPUT
source settings.sh ; echo "version=${VERSION}" >> $GITHUB_OUTPUT
source settings.sh ; echo "revision=${ITERATION}" >> $GITHUB_OUTPUT
- name: upload artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 5d01435

Please sign in to comment.