Skip to content

Commit

Permalink
Version update to v1.0.2, revision 21fdbb3
Browse files Browse the repository at this point in the history
  • Loading branch information
QA Wolf bot committed Aug 29, 2024
1 parent e3dcb86 commit ac9de56
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v1.0.2

- Fix action name on documentation

## v1.0.1

- Fix build problem and add branding
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Notify QA Wolf of deployment
uses: qawolf/notify-deploy-action@v1
uses: qawolf/notify-qawolf-on-deploy-action@v1
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
# The deployment URL should be captured in that step, unless the
# URL is statically defined for the target environment.
- name: Notify QA Wolf of deployment
uses: qawolf/notify-deploy-action@v1
uses: qawolf/notify-qawolf-on-deploy-action@v1
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
- name: Notify QA Wolf of deployment
# Add an id for the step
id: notify-qa-wolf
uses: qawolf/notify-deploy-action@v1
uses: qawolf/notify-qawolf-on-deploy-action@v1
# ...
- name: Utilize run-id in Subsequent Step
run: echo "The run-id is ${{ steps.notify-qa-wolf.outputs.run-id }}"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qawolf/notify-qawolf-on-deploy-action",
"version": "v1.0.1",
"version": "v1.0.2",
"type": "commonjs",
"main": "dist/index.js",
"engines": {
Expand Down

0 comments on commit ac9de56

Please sign in to comment.