Skip to content
This repository was archived by the owner on Oct 31, 2023. It is now read-only.

Commit b134fe9

Browse files
author
Bill Young
committed
cleanup
1 parent a839bbe commit b134fe9

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/package.yml

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
1-
name: Release
1+
name: Package
22

33
on:
44
push:
5-
branches:
6-
- feature/*
5+
tags:
6+
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
7+
78
jobs:
89
package:
910
runs-on: ubuntu-latest
1011
env:
11-
VERSION: v0.0.1
12+
VERSION: ${{ github.ref }}
13+
PACKAGECLOUD_TOKEN: ${{ secrets.PACKAGECLOUD_API_TOKEN }}
1214
steps:
1315
- name: Checkout
1416
uses: actions/checkout@v1

0 commit comments

Comments
 (0)