Skip to content

Commit

Permalink
Attempt to fix the release using a maintained action for it
Browse files Browse the repository at this point in the history
  • Loading branch information
fmacleal committed Aug 14, 2024
1 parent 7cb9f9d commit 86296cf
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,19 +109,19 @@ jobs:
name: Publish RIT Action tag
runs-on: ubuntu-latest
timeout-minutes: 60
if: github.ref == 'refs/heads/main'

# if: github.ref == 'refs/heads/main'
permissions:
packages: write
contents: write
steps:
- name: Checkout
id: checkout
uses: actions/checkout@v4

- name: Create GitHub Release
uses: actions/create-release@v1
- name: Create a Release
uses: elgohr/Github-Release-Action@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: rootstock-integration-tests@v1
release_name: Release rootstock-integration-tests@v1
draft: false
prerelease: false
title: Release rootstock-integration-tests@v1

0 comments on commit 86296cf

Please sign in to comment.