Skip to content

Commit

Permalink
Merge pull request #36 from AppiumTestDistribution/try-bump8
Browse files Browse the repository at this point in the history
something to bump8
  • Loading branch information
saikrishna321 authored Sep 30, 2022
2 parents 1a880cf + 4e3ba3d commit 41385dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
# This token is provided by Actions, you do not need to create your own token
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ steps.tag.outputs.value }}
release_name: Release ${{ steps.tag.outputs.value }}
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
body: ${{ steps.bumpr.outputs.message }}
draft: false
prerelease: false
Expand Down

0 comments on commit 41385dd

Please sign in to comment.