Skip to content

Commit

Permalink
Update package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamRaichu authored Apr 18, 2023
1 parent e3174b4 commit 77d3f77
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
steps:
- uses: actions/checkout@v3
name: Checkout repository
- uses: nyaa8/package-version@v1
- uses: jozsefsallai/node-package-version@v1
name: Get package version as env variable
- name: Create a tag
run: |
git config user.name = "Github Actions"
Expand All @@ -28,4 +29,4 @@ jobs:
with:
pat: ${{ secrets.AZURE_PAT }}
registryUrl: https://marketplace.visualstudio.com
preRelease: ${{ inputs.preRelease }}
preRelease: ${{ inputs.preRelease }}

0 comments on commit 77d3f77

Please sign in to comment.