Skip to content

Commit

Permalink
update ci 19
Browse files Browse the repository at this point in the history
  • Loading branch information
hirsch88 committed Feb 28, 2024
1 parent 658b0aa commit eb37758
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,16 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Get Action URL
id: action-url
run: echo "url=https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}" >> $GITHUB_OUTPUT

- name: Create comment
uses: peter-evans/create-or-update-comment@v3
with:
issue-number: ${{ github.event.issue.number }}
body: |
[🚚 Snapshot ${{ steps.set-version.outputs.version }}](${{ steps.action-url.outputs.url }}) created!
# - name: Build
# run: npx nx run-many -t build --projects=tag:scope:release

Expand Down

0 comments on commit eb37758

Please sign in to comment.