Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
codefuturist committed Oct 16, 2024
1 parent ad849ca commit 2790a44
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/release-2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,12 @@ jobs:

env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TT: ${{ secrets.GITHUB_TOKEN }}
GG: ${{ secrets.MM }}
GP: ${{ secrets.TS }}
PP: ${{ vars.TEST }}
# PF: ${{ env.HEI }}
PD: ${{ vars.HEI }}
PT: ${{ vars.Main-Env }}
PH: ${{ secrets.MYSECRET }}
PG: ${{ vars.HEI }}

steps:
- name: Checkout code
uses: actions/checkout@v3
with:
lfs: true

- run: |
gh release create $(git describe --tags) --title "Release $(git describe --tags)" --notes "Automated release notes."
gh release create $(git describe --tags) application-5.1.2.tgz --title "$(git describe --tags)" --notes "Automated release notes."

0 comments on commit 2790a44

Please sign in to comment.