Skip to content

Commit

Permalink
testing release
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrashears5 committed May 27, 2021
1 parent fd8451a commit 0fe1436
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: CI/CD

on:
push:
branches:
- master

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Github Release
uses: kbrashears5/github-action-release-maker@master
with:
VERSION: 1.0.17
TOKEN: ${{ secrets.ACTIONS }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test",
"version": "1.0.35",
"version": "1.0.36",
"description": "Test repo",
"keywords": [
"test",
Expand Down

0 comments on commit 0fe1436

Please sign in to comment.