Skip to content

Commit

Permalink
Update release-dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldwan committed Sep 22, 2023
1 parent 255f45a commit 05ba1dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
echo "### Release Info :rocket:" >> $GITHUB_STEP_SUMMARY
echo "Version: ${{ fromJSON(steps.version.outputs.json).nextVersion }}" >> $GITHUB_STEP_SUMMARY
echo "Track: ${{ fromJSON(steps.version.outputs.json).track }}" >> $GITHUB_STEP_SUMMARY
echo "Channel: ${{ fromJSON(steps.version.outputs.json).channel }}" >> $GITHUB_STEP_SUMMARY
echo "Commit SHA": ${{ github.sha }}
echo "Commit Time: ${{ fromJSON(steps.version.outputs.json).commitTime }}" >> $GITHUB_STEP_SUMMARY
echo "GitHub Ref: ${{ fromJSON(steps.version.outputs.json).ref }}" >> $GITHUB_STEP_SUMMARY
Expand Down Expand Up @@ -91,6 +91,6 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: build-artifacts
path: /build-archive
path: ~/build-archive
- name: Publish to flypkgs
run: go run ./tools/publish /build-archive
run: go run ./tools/publish ~/build-archive

0 comments on commit 05ba1dc

Please sign in to comment.