Skip to content

Commit

Permalink
release tag auto
Browse files Browse the repository at this point in the history
  • Loading branch information
Zilong-Li committed Jan 9, 2024
1 parent f303d18 commit 8a0465e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:
- name: Build
run: R CMD build

- uses: 'marvinpinto/action-automatic-releases@latest'

- name: Publish release
uses: r-lib/actions/github-release@v1
with:
repo_token: '${{ secrets.GITHUB_TOKEN }}'
prerelease: false
files: "*.tar.gz"
id: 'automatic_releases'
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8a0465e

Please sign in to comment.