Skip to content

Commit

Permalink
Test sync tag upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
surik committed Dec 8, 2023
1 parent d073a25 commit 72e348a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sync-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: sync tag

on:
push:
tags:
- 'v*'
branches:
- yury/test-sync-tag

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref || github.actor_id }}
Expand All @@ -20,4 +20,4 @@ jobs:
ref: main
repo: ${{ secrets.UPSTREAM_REPO }}
token: ${{ secrets.NC_GITHUB_TOKEN }}
inputs: '{ "tag": "${{ github.ref_name }}" }'
inputs: '{ "tag": "v0.24.4" }'

0 comments on commit 72e348a

Please sign in to comment.