ci: add cd
This commit is contained in:
@@ -2,8 +2,8 @@ name: Continuous Integration
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
tags:
|
||||
- "v[0_9]+.[0_9]+.[0_9]+"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@@ -21,4 +21,4 @@ jobs:
|
||||
run: make upload
|
||||
env:
|
||||
PACKAGES_USERNAME: ${{ vars.PACKAGES_USERNAME }}
|
||||
PACKAGES_TOKEN: ${{ github.token }}
|
||||
PACKAGES_TOKEN: ${{ secrets.PACKAGES_TOKEN }}
|
||||
Reference in New Issue
Block a user