Skip to content

Commit

Permalink
fix(ci): stopgap, comment delete tag step
Browse files Browse the repository at this point in the history
  • Loading branch information
rymnc committed May 27, 2024
1 parent c760830 commit 9f6c673
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/nightly-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: ${{ matrix.target }}-archive
path: ${{ matrix.target }}-${{matrix.curve}}.tar.gz
path: ./sdk/${{ matrix.target }}-${{matrix.curve}}.tar.gz
retention-days: 2

macos:
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: ${{ matrix.target }}-archive
path: ${{ matrix.target }}-${{ matrix.curve }}.tar.gz
path: ./sdk/${{ matrix.target }}-${{ matrix.curve }}.tar.gz
retention-days: 2

prepare-prerelease:
Expand All @@ -111,13 +111,13 @@ jobs:
- name: Download artifacts
uses: actions/download-artifact@v2

- name: Delete tag
uses: dev-drprasad/[email protected]
with:
delete_release: true
tag_name: nightly
env:
GITHUB_TOKEN: ${{ secrets.PERSONAL_TOKEN }}
# - name: Delete tag
# uses: dev-drprasad/[email protected]
# with:
# delete_release: true
# tag_name: nightly
# env:
# GITHUB_TOKEN: ${{ secrets.PERSONAL_TOKEN }}

- name: Create prerelease
run: |
Expand Down

0 comments on commit 9f6c673

Please sign in to comment.