Skip to content

Commit

Permalink
ci(deps): bump flex-development/dist-tag-action from 1.0.0 to 1.1.0 (#55
Browse files Browse the repository at this point in the history
)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Aug 19, 2022
1 parent a651a1a commit 678c3d0
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/dist-tag-action@1.0.0
uses: flex-development/dist-tag-action@1.1.0
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 @@ -61,7 +61,7 @@ jobs:
steps.version.outputs.result }}"
- id: dist-tag
name: Get dist tag
uses: flex-development/dist-tag-action@1.0.0
uses: flex-development/dist-tag-action@1.1.0
with:
target: ${{ steps.version.outputs.result }}
- id: prerelease
Expand Down

0 comments on commit 678c3d0

Please sign in to comment.