Skip to content

Commit

Permalink
removed tag name and name
Browse files Browse the repository at this point in the history
  • Loading branch information
vikingnope committed May 9, 2024
1 parent 5ee9681 commit c384e64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
push:
branches:
- develop
paths:
- 'Packages/**'
tags:
- "v*-rc*"

Expand All @@ -26,8 +28,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
name: Pre Release LMML ${{ github.ref }}
draft: false
prerelease: true
files: ../Packages-Out/vikingstudios-airport-lmml-malta.zip

0 comments on commit c384e64

Please sign in to comment.