Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 0 additions & 19 deletions .github/workflows/autotag.yml

This file was deleted.

13 changes: 11 additions & 2 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: Releases

on:
push:
tags:
- '*'
branches: main

jobs:
release:
Expand All @@ -26,7 +25,17 @@ jobs:
- name: Build ZIP archive
run: npm run build

- name: Tag new version
id: tagger
uses: phish108/autotag-action@v1.1.64
with:
github-token: ${{ secrets.GITHUB_TOKEN}}
bump: minor
with-v: true
release-branch: main

- name: Create release on Github
uses: ncipollo/release-action@v1
with:
tag: ${{ steps.tagger.outputs.new-tag }}
artifacts: build/logtail-aws-lambda.zip