Skip to content

Commit ae0837a

Browse files
committed
Updated release type to published
1 parent 4fbd774 commit ae0837a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Create Release
22
on:
33
release:
4-
types: [prereleased]
4+
types: [published]
55
jobs:
66
build:
77
name: Create Release

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "splunk-logging",
3-
"version": "0.0.1-beta",
3+
"version": "0.10.1",
44
"description": "Splunk HTTP Event Collector logging interface",
55
"homepage": "http://dev.splunk.com",
66
"main": "index.js",

0 commit comments

Comments
 (0)