Skip to content

Commit

Permalink
Update release-snapshot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
brownag authored Nov 22, 2020
1 parent 8411992 commit 68fb5f2
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/release-snapshot.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
on:
push:
tags:
- 'OSD Data Refresh*'

name: Upload OSD Snapshot

jobs:
build:
name: Upload Release Asset
name: Upload Latest OSD Snapshot as Release Asset
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand All @@ -21,8 +19,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
tag_name: OSD-data-snapshot
release_name: OSD-data-snapshot
draft: false
prerelease: false
- name: Upload Release Asset
Expand Down

0 comments on commit 68fb5f2

Please sign in to comment.