Skip to content

Commit

Permalink
Changed tag of dev build
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyzev committed Nov 3, 2023
1 parent f6664e7 commit 22d49d5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ jobs:
cache: gradle
- name: Build the project
run: ./gradlew build
- name: Set Timestamp
id: timestamp
run: echo "::set-output name=timestamp::$(date +'%Y%m%d%H%M%S')"
- name: Create Release Assets
run: |
echo "Running shell script with version: ${{ github.event.inputs.version }}"
Expand All @@ -40,7 +37,7 @@ jobs:
name: Create Release
with:
repo_token: '${{ secrets.GITHUB_TOKEN }}'
automatic_release_tag: 'dev-${{ steps.timestamp.outputs.timestamp }}'
automatic_release_tag: 'dev-build'
title: 'Development Build'
files: |
release/*

0 comments on commit 22d49d5

Please sign in to comment.