Skip to content

Instantly share code, notes, and snippets.

@Ran-Xing
Created October 30, 2021 05:59
Show Gist options
  • Select an option

  • Save Ran-Xing/f95c5ac3bf8d6ae9a5529ba043bf1035 to your computer and use it in GitHub Desktop.

Select an option

Save Ran-Xing/f95c5ac3bf8d6ae9a5529ba043bf1035 to your computer and use it in GitHub Desktop.
Timestamp Releases Action
- name: Get version
id: time_now
run: echo "::set-output name=dir::$(date +%Y_%m_%d)"
-
name: release
uses: softprops/action-gh-release@v1
with:
files: "App/**"
body: "README"
tag_name: ${{ steps.time_now.outputs.dir }}
release_name: "Mac Download"
draft: false
env:
GITHUB_TOKEN: ${{ secrets.TOKEN_GITHUB }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment