Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save cr0hn/90b672a283e89f30774ef64c5e613931 to your computer and use it in GitHub Desktop.
Save cr0hn/90b672a283e89f30774ef64c5e613931 to your computer and use it in GitHub Desktop.
name: Create Unstable Release
on:
push:
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout GitHub Action
uses: actions/checkout@main
- name: Get current date
id: date
run: echo "::set-output name=date::$(date +'%Y-%m-%d-%s')"
- name: Test new GitHub Environment variable
run: |
echo ${{ steps.date.outputs.date }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment