mirror of
https://github.com/stakater/Reloader.git
synced 2026-03-04 10:20:30 +00:00
update
This commit is contained in:
12
.github/workflows/push.yaml
vendored
12
.github/workflows/push.yaml
vendored
@@ -282,12 +282,12 @@ jobs:
|
||||
# github_token: ${{ secrets.STAKATER_GITHUB_TOKEN }}
|
||||
# branch: ${{ github.ref }}
|
||||
|
||||
# - name: Push Latest Tag
|
||||
# uses: anothrNick/github-tag-action@1.70.0
|
||||
# env:
|
||||
# GITHUB_TOKEN: ${{ secrets.STAKATER_GITHUB_TOKEN }}
|
||||
# WITH_V: true
|
||||
# DEFAULT_BUMP: patch
|
||||
- name: Push Latest Tag
|
||||
uses: anothrNick/github-tag-action@1.70.0
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.PUBLISH_TOKEN }}
|
||||
WITH_V: true
|
||||
DEFAULT_BUMP: patch
|
||||
|
||||
- name: Notify Slack
|
||||
uses: 8398a7/action-slack@v3
|
||||
|
||||
6
.github/workflows/release.yaml
vendored
6
.github/workflows/release.yaml
vendored
@@ -1,10 +1,8 @@
|
||||
name: Release Go project
|
||||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
# restricting it to only Major Versions 0,1,2
|
||||
- 'v[012].[0-9]+.[0-9]+'
|
||||
release:
|
||||
types: [published]
|
||||
|
||||
env:
|
||||
DOCKER_FILE_PATH: Dockerfile
|
||||
|
||||
Reference in New Issue
Block a user