mirror of
https://github.com/kjuulh/dagger-rs.git
synced 2024-11-09 11:21:51 +01:00
remove with commit
This commit is contained in:
parent
789b0e69c8
commit
8fa33e9aeb
23
.github/workflows/create-tag.yml
vendored
23
.github/workflows/create-tag.yml
vendored
@ -1,23 +0,0 @@
|
|||||||
name: Deploy
|
|
||||||
on:
|
|
||||||
workflow_dispatch:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- "main"
|
|
||||||
jobs:
|
|
||||||
deploy:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Checkout Code
|
|
||||||
uses: actions/checkout@v3
|
|
||||||
- name: Get Next Version
|
|
||||||
id: semver
|
|
||||||
uses: ietf-tools/semver-action@v1
|
|
||||||
with:
|
|
||||||
token: ${{ secrets.PERSONAL_GITHUB_TOKEN }}
|
|
||||||
branch: main
|
|
||||||
- uses: rickstaa/action-create-tag@v1
|
|
||||||
with:
|
|
||||||
tag: ${{ steps.semver.outputs.next }}
|
|
||||||
message: ${{ steps.semver.outputs.next }}
|
|
||||||
github_token: ${{ secrets.PERSONAL_GITHUB_TOKEN }}
|
|
Loading…
Reference in New Issue
Block a user