Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
salman1993 committed Jan 16, 2025
1 parent 640b40c commit 30f1aa4
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,34 +209,34 @@ jobs:
with:
merge-multiple: true

# Create/update the versioned release
- name: Release versioned
uses: ncipollo/release-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
# This pattern will match both goose tar.bz2 artifacts and the Goose.zip
artifacts: |
goose-*.tar.bz2
Goose*.zip
allowUpdates: true
omitBody: true
omitPrereleaseDuringUpdate: true
prerelease: true # TODO: remove after testing
draft: true # TODO: remove after testing
# Create/update the versioned release
- name: Release versioned
uses: ncipollo/release-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
# This pattern will match both goose tar.bz2 artifacts and the Goose.zip
artifacts: |
goose-*.tar.bz2
Goose*.zip
allowUpdates: true
omitBody: true
omitPrereleaseDuringUpdate: true
prerelease: true # TODO: remove after testing
draft: true # TODO: remove after testing

# # Create/update the stable release
# - name: Release stable
# uses: ncipollo/release-action@v1
# with:
# tag: stable
# name: Stable
# token: ${{ secrets.GITHUB_TOKEN }}
# artifacts: |
# goose-*.tar.bz2
# Goose*.zip
# allowUpdates: true
# omitBody: true
# omitPrereleaseDuringUpdate: true
# # Create/update the stable release
# - name: Release stable
# uses: ncipollo/release-action@v1
# with:
# tag: stable
# name: Stable
# token: ${{ secrets.GITHUB_TOKEN }}
# artifacts: |
# goose-*.tar.bz2
# Goose*.zip
# allowUpdates: true
# omitBody: true
# omitPrereleaseDuringUpdate: true

# ------------------------------------
# 4) PR Comment with Desktop Link
Expand Down

0 comments on commit 30f1aa4

Please sign in to comment.