chore: bump upload-artifact
and download-artifact
from v2 to v4 (…
#154
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Semantic release | |
on: | |
push: | |
branches: | |
- master | |
jobs: | |
release: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
with: | |
token: ${{ secrets.GPR_TOKEN }} | |
- name: Install deps | |
uses: ./.github/workflows/composite/npm | |
- name: Release a new version | |
run: npm run semantic-release | |
env: | |
GITHUB_TOKEN: ${{ secrets.GPR_TOKEN }} |