Skip to content

Commit

Permalink
ci(deps): Bump flex-development/dist-tag-action from 1.1.1 to 1.1.2
Browse files Browse the repository at this point in the history
Bumps [flex-development/dist-tag-action](https://github.com/flex-development/dist-tag-action) from 1.1.1 to 1.1.2.
- [Release notes](https://github.com/flex-development/dist-tag-action/releases)
- [Changelog](https://github.com/flex-development/dist-tag-action/blob/main/CHANGELOG.md)
- [Commits](flex-development/dist-tag-action@1.1.1...1.1.2)

---
updated-dependencies:
- dependency-name: flex-development/dist-tag-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Nov 22, 2022
1 parent ddd86e2 commit dff7140
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: echo "::set-output name=result::$(jq .version package.json -r)"
- id: dist-tag
name: Get dist tag
uses: flex-development/[email protected].1
uses: flex-development/[email protected].2
with:
target: ${{ steps.version.outputs.result }}
gpr:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
echo "::set-output name=result::${{ format('{0}{1}', steps.tag-prefix.outputs.result, steps.version.outputs.result) }}"
- id: dist-tag
name: Get dist tag
uses: flex-development/[email protected].1
uses: flex-development/[email protected].2
with:
target: ${{ steps.version.outputs.result }}
publish:
Expand Down

0 comments on commit dff7140

Please sign in to comment.