Skip to content

Commit 1670298

Browse files
committed
update tag.yaml
1 parent ec92833 commit 1670298

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

.github/workflows/tag.yaml

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,16 @@ on:
1111
required: true
1212

1313
jobs:
14-
tag:
15-
uses: upbound/uptest/.github/workflows/provider-tag.yml@main
16-
with:
17-
version: ${{ github.event.inputs.version }}
18-
message: ${{ github.event.inputs.message }}
14+
create-tag:
15+
runs-on: ubuntu-22.04
16+
17+
steps:
18+
- name: Checkout
19+
uses: actions/checkout@v2
20+
21+
- name: Create Tag
22+
uses: negz/create-tag@v1
23+
with:
24+
version: ${{ github.event.inputs.version }}
25+
message: ${{ github.event.inputs.message }}
26+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)