Skip to content

Commit

Permalink
Update "Release" workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja authored May 10, 2022
1 parent af92672 commit fb33744
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ jobs:
name: Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
# Ensure we are checked out on the develop branch
ref: develop
# Ensure custom credentials are used when pushing
persist-credentials: false
# Fetch everything so we can checkout master
fetch-depth: 0
- name: Use NodeJS v14
uses: actions/setup-node@v2.2.0
- name: Use NodeJS v16
uses: actions/setup-node@v3
with:
node-version: 14.x
node-version: 16.x
- name: Compare release versions
id: get-releases
run: |
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
See https://github.com/simple-icons/simple-icons/releases/tag/${{ steps.get-releases.outputs.si }}
- name: Upload release asset
if: steps.get-releases.outputs.lib != steps.get-releases.outputs.si
uses: shogo82148/actions-upload-release-asset@v1.3.0
uses: shogo82148/actions-upload-release-asset@v1
with:
upload_url: ${{ steps.create-release.outputs.upload_url }}
asset_path: simple-icons.xml

0 comments on commit fb33744

Please sign in to comment.