Skip to content

Commit

Permalink
Update release.yml - revert publish action to V1
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiy0 authored Jan 9, 2025
1 parent c011a23 commit a1df318
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Publish new Release

on:
push:
tags:
- 'v*'
release:
types: [published]
branches: [master]

jobs:
release:
uses: evolution-gaming/scala-github-actions/.github/workflows/release.yml@v2
uses: evolution-gaming/scala-github-actions/.github/workflows/release.yml@v1
secrets: inherit

0 comments on commit a1df318

Please sign in to comment.