Skip to content

Commit

Permalink
removed github.ref
Browse files Browse the repository at this point in the history
  • Loading branch information
vikingnope committed May 4, 2024
1 parent d704833 commit b39d6e6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/pre-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,14 @@ jobs:
run: |
mkdir -p Packages-Out/
7z a ../Packages-Out/vikingstudios-airport-lmml-malta.zip ./Packages/vikingstudios-airport-lmml-malta/
cd ../Packages-Out/
ls -ltr
cd ../..
- name: Create Release
id: create_release
uses: softprops/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
name: ${{ github.ref }}
name: Pre Release LMML
draft: false
prerelease: true
files: ./Packages-Out/vikingstudios-airport-lmml-malta.zip

0 comments on commit b39d6e6

Please sign in to comment.