Skip to content

Commit

Permalink
try release
Browse files Browse the repository at this point in the history
  • Loading branch information
eronisko committed Oct 6, 2023
1 parent df16af0 commit 340fd72
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,19 @@ name: Create a release

on:
push:
# tags:
# - '*.*.*'
# - 'test-*'
tags:
# - '*.*.*'
- 'test-*'

jobs:
release:
if: ${{ github.ref == 'refs/heads/WEBUMENIA-2012-automate-release-creations' }}
if: ${{ github.ref == 'refs/heads/WEBUMENIA-2012-automate-release-creations' }}
runs-on: ubuntu-latest
steps:
- run: echo ${{ github.ref }}
# - name: Checkout
# uses: actions/checkout@v3
# - name: Release
# uses: softprops/action-gh-release@v1
# with:
# generate_release_notes: true
# prerelease: true
- name: Checkout
uses: actions/checkout@v3
- name: Release
uses: softprops/action-gh-release@v1
with:
generate_release_notes: true
prerelease: true

0 comments on commit 340fd72

Please sign in to comment.