Skip to content

Commit

Permalink
Merge pull request #6 from bcgov-nr/fix/tagDeploy
Browse files Browse the repository at this point in the history
change for release tag
  • Loading branch information
GraceRuan authored Feb 12, 2025
2 parents 9ffa2a7 + ed4db9c commit 6ee26e6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ jobs:
echo "Exiting..."
exit 1
fi
echo "project_version=${TAG}" >> $GITHUB_OUTPUT
echo "project_tag=${TAG}" >> $GITHUB_OUTPUT
echo "project_version=${PROJECT_VERSION}" >> $GITHUB_OUTPUT
echo "build_guid=$(echo ${RESPONSE} | jq -r '.data[].id')" >> $GITHUB_OUTPUT
echo "build_number=$(echo ${RESPONSE} | jq -r '.data[].actions[].package.buildNumber')" >> $GITHUB_OUTPUT
echo "artifact_name=$(echo ${RESPONSE} | jq -r '.data[].actions[].artifacts[].name')" >> $GITHUB_OUTPUT
Expand All @@ -134,7 +135,7 @@ jobs:
echo "${DOWNLOAD_URL}"
echo "download_url=$(echo ${DOWNLOAD_URL})" >> $GITHUB_OUTPUT
env:
PACKAGE_TAG: ${{ steps.set-tag-output.outputs.project_version }}
PACKAGE_TAG: ${{ steps.set-tag-output.outputs.project_tag }}
PACKAGE_REPO: ${{ env.PACKAGE_REPO }}
submit-job:
name: Submit job
Expand Down

0 comments on commit 6ee26e6

Please sign in to comment.