diff --git a/.craft.yml b/.craft.yml index 1d7cfec..d52a2de 100644 --- a/.craft.yml +++ b/.craft.yml @@ -5,3 +5,6 @@ artifactProvider: name: none targets: - name: github + floatingTags: + - 'v{major}' + - 'latest' diff --git a/.github/workflows/versioning.yml b/.github/workflows/versioning.yml deleted file mode 100644 index 7b5f58f..0000000 --- a/.github/workflows/versioning.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: Sync tags with releases - -on: - workflow_dispatch: - # release: - # types: [published, edited] - -jobs: - actions-tagger: - runs-on: ubuntu-latest - steps: - - uses: Actions-R-Us/actions-tagger@f411bd910a5ad370d4511517e3eac7ff887c90ea # v2.0.2 - with: - publish_latest_tag: true