Skip to content

Commit

Permalink
Merge pull request #13 from asdf-vm/tb/workflow-jobs-fix
Browse files Browse the repository at this point in the history
fix(golang-rewrite): set dependencies between release-build jobs
  • Loading branch information
Stratus3D authored Feb 3, 2024
2 parents 4d29553 + 6818b51 commit e2e34e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
#
# See: https://github.community/t5/GitHub-Actions/How-to-get-just-the-tag-name/m-p/32167/highlight/true#M1027
#echo "ASDF_VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
echo "ASDF_VERSION=$GITHUB_SHA" >> "$GITHUB_ENV"
echo "ASDF_VERSION=${GITHUB_SHA::7}" >> "$GITHUB_ENV"
echo "version is: ${{ env.ASDF_VERSION }}"
- uses: actions/checkout@v3
- name: Create GitHub release
Expand All @@ -74,6 +74,7 @@ jobs:
name: ${{ env.ASDF_VERSION }}

build:
needs: create-release
runs-on: ubuntu-latest
steps:
-
Expand Down

0 comments on commit e2e34e0

Please sign in to comment.